home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70sp3i.exe / X86 / BINN / res / 1033 / sqlmmc.rll / HTML / _HORIZ.CSS next >
Encoding:
Cascading Style Sheet File  |  1999-04-12  |  1020 b   |  79 lines

  1. /* EXTERNAL STYLE SHEET FOR HORIZONTAL TASKPADS WITH LISTVIEW */
  2.  
  3. /* BUTTON ELEMENTS */
  4.  
  5. .divSymbolContainer
  6.     {
  7.     position:absolute;
  8.     left:3.3%;
  9.     top:58.2%;
  10.     width:92.8%;
  11.     height:39.4%;
  12.     }
  13.     
  14. .divSymbol
  15.     {
  16.     position:absolute;
  17.     width:22.4%;
  18.     height:47.3%;
  19.     overflow:hidden;
  20.     }
  21.         
  22. /* LISTVIEW ELEMENTS */
  23.  
  24. .divLVContainerTop
  25.     {
  26.     position:absolute;
  27.     left:3.3%;
  28.     top:16.5%;
  29.     width:92.8%;
  30.     height:37.2%;
  31.     }
  32.  
  33. .divLVTitle
  34.     {
  35.     position:absolute;
  36.     left:0%;
  37.     top:0%;
  38.     width:100%;
  39.     height:15%;
  40.     }
  41.  
  42. /*
  43. WORKAROUND FOR IE5 BUG:
  44. The following style attributes were removed from tblLVTitle:
  45.     padding-left:2%;
  46.     padding-right:2%;
  47. */
  48.  
  49. /*
  50. .divLVButton
  51.     {
  52.     position:absolute;
  53.     left:85.5%;
  54.     top:20%;
  55.     width:13.5%;
  56.     height:60%;
  57.     background-color:buttonface;
  58.     }
  59. */
  60.  
  61. .divLVButton
  62.     {
  63.     position:absolute;
  64.     left:85.5%;
  65.     top:20%;
  66.     width:13.5%;
  67.     height:60%;
  68.     background-color:threedshadow;
  69.     }
  70.  
  71. .divLV
  72.     {
  73.     position:absolute;
  74.     left:0%;
  75.     top:15%;
  76.     width:100%;
  77.     height:85%;
  78.     }
  79.